home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / scheme / scheme2c / rec-28se.pat / sources / ISC386IX < prev    next >
Encoding:
Text File  |  1994-06-30  |  695 b   |  40 lines

  1. #
  2. # This is the header file for constructing make files for I386 processors
  3. # under System V.3.2, Interactive Systems 386/ix 2.0.2.
  4. #
  5.  
  6. .SUFFIXES:
  7. .SUFFIXES:    .o .c .sc .s .u
  8.  
  9. # Processor name:
  10. cpu = I386
  11.  
  12. # System name:
  13. sys = SYSV
  14.  
  15. # Default flags to use when invoking the C compiler:
  16. CFLAGS = -O -DISC386IX -DSYSV
  17.  
  18. # Default libraries to link against:
  19. CLIBS = -linet -lm
  20.  
  21. # Name of the c compile:
  22. CC = gcc
  23.  
  24. # How to build an archive symbol table:
  25. RANLIB = ar rs
  26.  
  27. # Flags to pass to ln when making source links:
  28. LNFLAGS =
  29.  
  30. # Assembly language object files:
  31. Aruntime = i386.o 
  32.  
  33. # Profiled library:
  34. Plib =
  35.  
  36. # Heap size in megabytes for the compiler:
  37. scheapmb = 4 -scl 40
  38.  
  39. # End of ISC386IX header.
  40.